Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / INotifyItemChanged<T> Interface / Changed Event


In This Topic
    Changed Event (INotifyItemChanged<T>)
    In This Topic
    Occurs after the item have been changed.
    Syntax
    'Declaration
     
    
    Event Changed As FarPoint.Web.Spread.ItemEventHandler(Of T)
    'Usage
     
    
    Dim instance As INotifyItemChanged(Of T)
    Dim handler As FarPoint.Web.Spread.ItemEventHandler(Of T)
     
    AddHandler instance.Changed, handler
    event FarPoint.Web.Spread.ItemEventHandler<T> Changed
    See Also